xenstore: Remove incorrect comment.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 11 Sep 2007 07:34:04 +0000 (08:34 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 11 Sep 2007 07:34:04 +0000 (08:34 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/xenstore/xs.c
tools/xenstore/xs.h

index 370815de04c111c5379ba2dbcd98e170e841c165..ad1dc0860b70bd1134dbd7c68fe134768f04c9f6 100644 (file)
@@ -639,7 +639,6 @@ bool xs_unwatch(struct xs_handle *h, const char *path, const char *token)
 
 /* Start a transaction: changes by others will not be seen during this
  * transaction, and changes will not be visible to others until end.
- * You can only have one transaction at any time.
  * Returns XBT_NULL on failure.
  */
 xs_transaction_t xs_transaction_start(struct xs_handle *h)
index 050dc01e2b7b875e4f37a1b429d9525a60d078b0..c855614675e9df818e83e552d9ea3bf3d133a380 100644 (file)
@@ -112,7 +112,6 @@ bool xs_unwatch(struct xs_handle *h, const char *path, const char *token);
 
 /* Start a transaction: changes by others will not be seen during this
  * transaction, and changes will not be visible to others until end.
- * You can only have one transaction at any time.
  * Returns NULL on failure.
  */
 xs_transaction_t xs_transaction_start(struct xs_handle *h);